3.1452 \(\int \frac{x^7}{a+b x^8} \, dx\)

Optimal. Leaf size=15 \[ \frac{\log \left (a+b x^8\right )}{8 b} \]

[Out]

Log[a + b*x^8]/(8*b)

________________________________________________________________________________________

Rubi [A]  time = 0.0033045, antiderivative size = 15, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 13, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.077, Rules used = {260} \[ \frac{\log \left (a+b x^8\right )}{8 b} \]

Antiderivative was successfully verified.

[In]

Int[x^7/(a + b*x^8),x]

[Out]

Log[a + b*x^8]/(8*b)

Rule 260

Int[(x_)^(m_.)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> Simp[Log[RemoveContent[a + b*x^n, x]]/(b*n), x] /; FreeQ
[{a, b, m, n}, x] && EqQ[m, n - 1]

Rubi steps

\begin{align*} \int \frac{x^7}{a+b x^8} \, dx &=\frac{\log \left (a+b x^8\right )}{8 b}\\ \end{align*}

Mathematica [A]  time = 0.003539, size = 15, normalized size = 1. \[ \frac{\log \left (a+b x^8\right )}{8 b} \]

Antiderivative was successfully verified.

[In]

Integrate[x^7/(a + b*x^8),x]

[Out]

Log[a + b*x^8]/(8*b)

________________________________________________________________________________________

Maple [A]  time = 0.001, size = 14, normalized size = 0.9 \begin{align*}{\frac{\ln \left ( b{x}^{8}+a \right ) }{8\,b}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^7/(b*x^8+a),x)

[Out]

1/8*ln(b*x^8+a)/b

________________________________________________________________________________________

Maxima [A]  time = 0.967965, size = 18, normalized size = 1.2 \begin{align*} \frac{\log \left (b x^{8} + a\right )}{8 \, b} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^7/(b*x^8+a),x, algorithm="maxima")

[Out]

1/8*log(b*x^8 + a)/b

________________________________________________________________________________________

Fricas [A]  time = 1.24759, size = 30, normalized size = 2. \begin{align*} \frac{\log \left (b x^{8} + a\right )}{8 \, b} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^7/(b*x^8+a),x, algorithm="fricas")

[Out]

1/8*log(b*x^8 + a)/b

________________________________________________________________________________________

Sympy [A]  time = 0.202263, size = 10, normalized size = 0.67 \begin{align*} \frac{\log{\left (a + b x^{8} \right )}}{8 b} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**7/(b*x**8+a),x)

[Out]

log(a + b*x**8)/(8*b)

________________________________________________________________________________________

Giac [A]  time = 1.20799, size = 19, normalized size = 1.27 \begin{align*} \frac{\log \left ({\left | b x^{8} + a \right |}\right )}{8 \, b} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^7/(b*x^8+a),x, algorithm="giac")

[Out]

1/8*log(abs(b*x^8 + a))/b